From e126dc67ecc3787f6ad5194686edaa5295459f08 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 17 Jan 2026 09:15:28 +0100 Subject: [PATCH] [PATCH] Include Even if it is needed in a HAVE_KUNIFIEDPUSH block, include it unconditionally as it comes from QtCore, and avoids more #ifdef mess. (cherry picked from commit 2a9028ed9604780d0b9e8eb8caf2cd27011a3384) Gbp-Pq: Name upstream_Include-QTimer.patch --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 1c137b2..2b98e7d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,6 +5,7 @@ #include #include #include +#include #include #ifdef HAVE_WEBVIEW -- 2.30.2